get Type
Gets the type of the underlying module or content associated with this control.
This indicates the primary nature or functionality of the control, such as whether it's a web view, video player, image display, etc.
Retrieves the ModuleType of the gadget. Parses the type string from the underlying com.reveldigital.player.api.Module object.Return
The ModuleType of the gadget, or UNKNOWN if the module or its type is not defined, or if the type string cannot be parsed. This method ensures a non-null return value.